Switch the default build to make the -xen kernel, not the -xen0 and -xenU
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Fri, 24 Mar 2006 13:36:14 +0000 (14:36 +0100)
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Fri, 24 Mar 2006 13:36:14 +0000 (14:36 +0100)
kernels.  Distros will be using -xen exclusively, so this change means that
developers and users of unstable will be (by default) using the same
configuration as the distros.

This can be overridden by setting KERNELS="linux-2.6-xen0 linux-2.6-xenU" on the
command line.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
Makefile

index f9f80d1e9f3f57548b335ef57b7bb16a89acb873..3cd9d53b99f83190668b12a65ce4b5b42dd34ac8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 # Grand Unified Makefile for Xen.
 #
 
-KERNELS ?= linux-2.6-xen0 linux-2.6-xenU
+KERNELS ?= linux-2.6-xen
 # You may use wildcards in the above e.g. KERNELS=*2.6*
 
 XKERNELS := $(foreach kernel, $(KERNELS), $(patsubst buildconfigs/mk.%,%,$(wildcard buildconfigs/mk.$(kernel))) )